docs: Work around escaping bugs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jul 2020 20:14:33 +0000 (16:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jul 2020 22:24:18 +0000 (18:24 -0400)
commit1e00c887ec39e82aa2957ed7b1f9c30300515d74
tree76598d57f246683ef28ae44db2ae119826cf2840
parent561d3c68a00af7359f891de4a0b5e2b3e27e6b08
docs: Work around escaping bugs

This is truly a russian doll of documentation formats:
a string containing <> inside an xml fragment in an |[ ]|
gtk-doc example in markdown in a doc comment.

Sadly, something gets escaping wrong, so the <> end up
literally in the docbook and mess up the last step of
our document formatting, even after turning them into
entities.

Work around this with an extra level of entities that
really shouldn't be necessary.
gtk/gtkshortcutcontroller.c